PropFindMethodGenerateRequestBody Method |
Generates the request body of this method.
Namespace:
Independentsoft.Webdav.Methods
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic string GenerateRequestBody(
PropertyName[] propertyName
)
Public Function GenerateRequestBody (
propertyName As PropertyName()
) As String
Parameters
- propertyName
- Type: Independentsoft.WebdavPropertyName
The name of the property.
Return Value
Type:
StringRequest body as xml string.
See Also